Queues
Version: 1.0.0.0 Updated: 2023-11-29 16:56:05
Summary
Documentation for the Queues Page
Queues Schema
| Name | Type | Required | Description |
|---|---|---|---|
| active | boolean | Yes | Flag for whether or not the queue is active, and can be joined or sessions created from it |
| max_queue_group_size | integer | Yes | The maximum size of a group that can join this queue |
| match_making_template_group_id | string | Yes | ID for which group of matchmaking templates/rules will be used when joining this queue |
| legacy_config | object | No | See schema |
| sandbox_id | string | No | ID of the Sandbox |
| last_modified_account_id | string | No | Account ID of the user who last modified the resource |
| last_modified_timestamp | string | No | Timestamp of when the resource was last modified |
| created_timestamp | string | No | Timestamp of when this resource was created |
| queue_id | string | Yes | ID to uniquely identify this queue |
Legacy_config Schema
| Name | Type | Required | Description |
|---|---|---|---|
| queue_id | integer | No | Old queue id |